home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / getting.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  155 b   |  10 lines

  1. on exitFrame
  2.   global end
  3.   if the movieTime of sprite 6 < end then
  4.     go(the frame - 1)
  5.   else
  6.     puppetSprite(6, 0)
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.